Class: Aws::Types::DomainConflict
- Inherits:
-
Object
- Object
- Aws::Types::DomainConflict
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ "distribution", "distribution-tenant"
Returns the value of attribute resource_type.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1265 1266 1267 |
# File 'sig/types.rbs', line 1265 def account_id @account_id end |
#domain ⇒ ::String
Returns the value of attribute domain.
1262 1263 1264 |
# File 'sig/types.rbs', line 1262 def domain @domain end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1264 1265 1266 |
# File 'sig/types.rbs', line 1264 def resource_id @resource_id end |
#resource_type ⇒ "distribution", "distribution-tenant"
Returns the value of attribute resource_type.
1263 1264 1265 |
# File 'sig/types.rbs', line 1263 def resource_type @resource_type end |