Class: Aws::Types::PortfolioShareDetail
- Inherits:
-
Object
- Object
- Aws::Types::PortfolioShareDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accepted ⇒ Boolean
Returns the value of attribute accepted.
-
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
-
#share_principals ⇒ Boolean
Returns the value of attribute share_principals.
-
#share_tag_options ⇒ Boolean
Returns the value of attribute share_tag_options.
-
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
Instance Attribute Details
#accepted ⇒ Boolean
Returns the value of attribute accepted.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def accepted @accepted end |
#principal_id ⇒ ::String
Returns the value of attribute principal_id.
1116 1117 1118 |
# File 'sig/types.rbs', line 1116 def principal_id @principal_id end |
#share_principals ⇒ Boolean
Returns the value of attribute share_principals.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def share_principals @share_principals end |
#share_tag_options ⇒ Boolean
Returns the value of attribute share_tag_options.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def @share_tag_options end |
#type ⇒ "ACCOUNT", ...
Returns the value of attribute type.
1117 1118 1119 |
# File 'sig/types.rbs', line 1117 def type @type end |