Class: Aws::Types::PortfolioDetail
- Inherits:
-
Object
- Object
- Aws::Types::PortfolioDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_time ⇒ ::Time
Returns the value of attribute created_time.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def arn @arn end |
#created_time ⇒ ::Time
Returns the value of attribute created_time.
1110 1111 1112 |
# File 'sig/types.rbs', line 1110 def created_time @created_time end |
#description ⇒ ::String
Returns the value of attribute description.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def display_name @display_name end |
#id ⇒ ::String
Returns the value of attribute id.
1106 1107 1108 |
# File 'sig/types.rbs', line 1106 def id @id end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
1111 1112 1113 |
# File 'sig/types.rbs', line 1111 def provider_name @provider_name end |