Class: Aws::Types::UpdateMemberInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMemberInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
-
#member_id ⇒ ::String
Returns the value of attribute member_id.
-
#network_id ⇒ ::String
Returns the value of attribute network_id.
Instance Attribute Details
#log_publishing_configuration ⇒ Types::MemberLogPublishingConfiguration
Returns the value of attribute log_publishing_configuration.
635 636 637 |
# File 'sig/types.rbs', line 635 def log_publishing_configuration @log_publishing_configuration end |
#member_id ⇒ ::String
Returns the value of attribute member_id.
634 635 636 |
# File 'sig/types.rbs', line 634 def member_id @member_id end |
#network_id ⇒ ::String
Returns the value of attribute network_id.
633 634 635 |
# File 'sig/types.rbs', line 633 def network_id @network_id end |