Class: Aws::Types::Domain

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:



1239
1240
1241
# File 'sig/types.rbs', line 1239

def arn
  @arn
end

#created_at::Time

Returns the value of attribute created_at.

Returns:



1241
1242
1243
# File 'sig/types.rbs', line 1241

def created_at
  @created_at
end

#domain_entries::Array[Types::DomainEntry]

Returns the value of attribute domain_entries.

Returns:



1245
1246
1247
# File 'sig/types.rbs', line 1245

def domain_entries
  @domain_entries
end

#locationTypes::ResourceLocation

Returns the value of attribute location.

Returns:



1242
1243
1244
# File 'sig/types.rbs', line 1242

def location
  @location
end

#name::String

Returns the value of attribute name.

Returns:



1238
1239
1240
# File 'sig/types.rbs', line 1238

def name
  @name
end

#registered_domain_delegation_infoTypes::RegisteredDomainDelegationInfo

Returns the value of attribute registered_domain_delegation_info.

Returns:



1246
1247
1248
# File 'sig/types.rbs', line 1246

def registered_domain_delegation_info
  @registered_domain_delegation_info
end

#resource_type"ContainerService", ...

Returns the value of attribute resource_type.

Returns:



1243
1244
1245
# File 'sig/types.rbs', line 1243

def resource_type
  @resource_type
end

#support_code::String

Returns the value of attribute support_code.

Returns:



1240
1241
1242
# File 'sig/types.rbs', line 1240

def support_code
  @support_code
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



1244
1245
1246
# File 'sig/types.rbs', line 1244

def tags
  @tags
end