Class: Aws::Types::CreatePortfolioInput
- Inherits:
-
Object
- Object
- Aws::Types::CreatePortfolioInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
170 171 172 |
# File 'sig/types.rbs', line 170 def accept_language @accept_language end |
#description ⇒ ::String
Returns the value of attribute description.
172 173 174 |
# File 'sig/types.rbs', line 172 def description @description end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
171 172 173 |
# File 'sig/types.rbs', line 171 def display_name @display_name end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
175 176 177 |
# File 'sig/types.rbs', line 175 def idempotency_token @idempotency_token end |
#provider_name ⇒ ::String
Returns the value of attribute provider_name.
173 174 175 |
# File 'sig/types.rbs', line 173 def provider_name @provider_name end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
174 175 176 |
# File 'sig/types.rbs', line 174 def end |