Class: Aws::CodeStar::Types::DescribeUserProfileRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeStar::Types::DescribeUserProfileRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codestar/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user.
Instance Attribute Details
#user_arn ⇒ String
The Amazon Resource Name (ARN) of the user.
453 454 455 456 457 |
# File 'lib/aws-sdk-codestar/types.rb', line 453 class DescribeUserProfileRequest < Struct.new( :user_arn) SENSITIVE = [] include Aws::Structure end |