Class: Aws::Types::DistributionTenantSummary

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:

  • (::String)


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

def arn
  @arn
end

#connection_group_id::String

Returns the value of attribute connection_group_id.

Returns:

  • (::String)


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

def connection_group_id
  @connection_group_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


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

def created_time
  @created_time
end

#customizationsTypes::Customizations

Returns the value of attribute customizations.



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

def customizations
  @customizations
end

#distribution_id::String

Returns the value of attribute distribution_id.

Returns:

  • (::String)


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

def distribution_id
  @distribution_id
end

#domains::Array[Types::DomainResult]

Returns the value of attribute domains.

Returns:



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

def domains
  @domains
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1249
1250
1251
# File 'sig/types.rbs', line 1249

def enabled
  @enabled
end

#etag::String

Returns the value of attribute etag.

Returns:

  • (::String)


1248
1249
1250
# File 'sig/types.rbs', line 1248

def etag
  @etag
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


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

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


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

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


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

def name
  @name
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1250
1251
1252
# File 'sig/types.rbs', line 1250

def status
  @status
end