Class: Aws::Types::DistributionTenant

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)


1219
1220
1221
# File 'sig/types.rbs', line 1219

def arn
  @arn
end

#connection_group_id::String

Returns the value of attribute connection_group_id.

Returns:

  • (::String)


1224
1225
1226
# File 'sig/types.rbs', line 1224

def connection_group_id
  @connection_group_id
end

#created_time::Time

Returns the value of attribute created_time.

Returns:

  • (::Time)


1225
1226
1227
# File 'sig/types.rbs', line 1225

def created_time
  @created_time
end

#customizationsTypes::Customizations

Returns the value of attribute customizations.



1222
1223
1224
# File 'sig/types.rbs', line 1222

def customizations
  @customizations
end

#distribution_id::String

Returns the value of attribute distribution_id.

Returns:

  • (::String)


1217
1218
1219
# File 'sig/types.rbs', line 1217

def distribution_id
  @distribution_id
end

#domains::Array[Types::DomainResult]

Returns the value of attribute domains.

Returns:



1220
1221
1222
# File 'sig/types.rbs', line 1220

def domains
  @domains
end

#enabledBoolean

Returns the value of attribute enabled.

Returns:

  • (Boolean)


1227
1228
1229
# File 'sig/types.rbs', line 1227

def enabled
  @enabled
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1216
1217
1218
# File 'sig/types.rbs', line 1216

def id
  @id
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


1226
1227
1228
# File 'sig/types.rbs', line 1226

def last_modified_time
  @last_modified_time
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1218
1219
1220
# File 'sig/types.rbs', line 1218

def name
  @name
end

#parameters::Array[Types::Parameter]

Returns the value of attribute parameters.

Returns:



1223
1224
1225
# File 'sig/types.rbs', line 1223

def parameters
  @parameters
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


1228
1229
1230
# File 'sig/types.rbs', line 1228

def status
  @status
end

#tagsTypes::Tags

Returns the value of attribute tags.

Returns:



1221
1222
1223
# File 'sig/types.rbs', line 1221

def tags
  @tags
end