Class: Aws::Types::UpdateStudioInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#default_s3_location::String

Returns the value of attribute default_s3_location.

Returns:

  • (::String)


1792
1793
1794
# File 'sig/types.rbs', line 1792

def default_s3_location
  @default_s3_location
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1790
1791
1792
# File 'sig/types.rbs', line 1790

def description
  @description
end

#encryption_key_arn::String

Returns the value of attribute encryption_key_arn.

Returns:

  • (::String)


1793
1794
1795
# File 'sig/types.rbs', line 1793

def encryption_key_arn
  @encryption_key_arn
end

#name::String

Returns the value of attribute name.

Returns:

  • (::String)


1789
1790
1791
# File 'sig/types.rbs', line 1789

def name
  @name
end

#studio_id::String

Returns the value of attribute studio_id.

Returns:

  • (::String)


1788
1789
1790
# File 'sig/types.rbs', line 1788

def studio_id
  @studio_id
end

#subnet_ids::Array[::String]

Returns the value of attribute subnet_ids.

Returns:

  • (::Array[::String])


1791
1792
1793
# File 'sig/types.rbs', line 1791

def subnet_ids
  @subnet_ids
end