Class: Aws::Types::CreateDomainNameAccessAssociationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateDomainNameAccessAssociationRequest
- 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_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.
192 193 194 |
# File 'sig/types.rbs', line 192 def access_association_source @access_association_source end |
#access_association_source_type ⇒ "VPCE"
Returns the value of attribute access_association_source_type.
191 192 193 |
# File 'sig/types.rbs', line 191 def access_association_source_type @access_association_source_type end |
#domain_name_arn ⇒ ::String
Returns the value of attribute domain_name_arn.
190 191 192 |
# File 'sig/types.rbs', line 190 def domain_name_arn @domain_name_arn end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
193 194 195 |
# File 'sig/types.rbs', line 193 def end |