Class: Aws::Types::DomainNameAccessAssociation
- Inherits:
-
Object
- Object
- Aws::Types::DomainNameAccessAssociation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#access_association_source ⇒ ::String
Returns the value of attribute access_association_source.
-
#access_association_source_type ⇒ "VPCE"
Returns the value of attribute access_association_source_type.
-
#domain_name_access_association_arn ⇒ ::String
Returns the value of attribute domain_name_access_association_arn.
-
#domain_name_arn ⇒ ::String
Returns the value of attribute domain_name_arn.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#access_association_source ⇒ ::String
Returns the value of attribute access_association_source.
524 525 526 |
# File 'sig/types.rbs', line 524 def access_association_source @access_association_source end |
#access_association_source_type ⇒ "VPCE"
Returns the value of attribute access_association_source_type.
523 524 525 |
# File 'sig/types.rbs', line 523 def access_association_source_type @access_association_source_type end |
#domain_name_access_association_arn ⇒ ::String
Returns the value of attribute domain_name_access_association_arn.
521 522 523 |
# File 'sig/types.rbs', line 521 def domain_name_access_association_arn @domain_name_access_association_arn end |
#domain_name_arn ⇒ ::String
Returns the value of attribute domain_name_arn.
522 523 524 |
# File 'sig/types.rbs', line 522 def domain_name_arn @domain_name_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
525 526 527 |
# File 'sig/types.rbs', line 525 def @tags end |