Class: Aws::Types::AssociationSummary
- Inherits:
-
Object
- Object
- Aws::Types::AssociationSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#association_type ⇒ "ContributedTo", ...
Returns the value of attribute association_type.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
-
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
-
#destination_type ⇒ ::String
Returns the value of attribute destination_type.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
-
#source_type ⇒ ::String
Returns the value of attribute source_type.
Instance Attribute Details
#association_type ⇒ "ContributedTo", ...
Returns the value of attribute association_type.
508 509 510 |
# File 'sig/types.rbs', line 508 def association_type @association_type end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
512 513 514 |
# File 'sig/types.rbs', line 512 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
511 512 513 |
# File 'sig/types.rbs', line 511 def creation_time @creation_time end |
#destination_arn ⇒ ::String
Returns the value of attribute destination_arn.
505 506 507 |
# File 'sig/types.rbs', line 505 def destination_arn @destination_arn end |
#destination_name ⇒ ::String
Returns the value of attribute destination_name.
510 511 512 |
# File 'sig/types.rbs', line 510 def destination_name @destination_name end |
#destination_type ⇒ ::String
Returns the value of attribute destination_type.
507 508 509 |
# File 'sig/types.rbs', line 507 def destination_type @destination_type end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
504 505 506 |
# File 'sig/types.rbs', line 504 def source_arn @source_arn end |
#source_name ⇒ ::String
Returns the value of attribute source_name.
509 510 511 |
# File 'sig/types.rbs', line 509 def source_name @source_name end |
#source_type ⇒ ::String
Returns the value of attribute source_type.
506 507 508 |
# File 'sig/types.rbs', line 506 def source_type @source_type end |