Class: Aws::Types::ShareInvitation
- Inherits:
-
Object
- Object
- Aws::Types::ShareInvitation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
-
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
-
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
-
#share_invitation_id ⇒ ::String
Returns the value of attribute share_invitation_id.
-
#share_resource_type ⇒ "WORKLOAD", ...
Returns the value of attribute share_resource_type.
-
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
-
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
Instance Attribute Details
#lens_alias ⇒ ::String
Returns the value of attribute lens_alias.
1762 1763 1764 |
# File 'sig/types.rbs', line 1762 def lens_alias @lens_alias end |
#lens_arn ⇒ ::String
Returns the value of attribute lens_arn.
1763 1764 1765 |
# File 'sig/types.rbs', line 1763 def lens_arn @lens_arn end |
#profile_arn ⇒ ::String
Returns the value of attribute profile_arn.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def profile_arn @profile_arn end |
#share_invitation_id ⇒ ::String
Returns the value of attribute share_invitation_id.
1759 1760 1761 |
# File 'sig/types.rbs', line 1759 def share_invitation_id @share_invitation_id end |
#share_resource_type ⇒ "WORKLOAD", ...
Returns the value of attribute share_resource_type.
1760 1761 1762 |
# File 'sig/types.rbs', line 1760 def share_resource_type @share_resource_type end |
#template_arn ⇒ ::String
Returns the value of attribute template_arn.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def template_arn @template_arn end |
#workload_id ⇒ ::String
Returns the value of attribute workload_id.
1761 1762 1763 |
# File 'sig/types.rbs', line 1761 def workload_id @workload_id end |